home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 August: Tool Chest / Apple_Developer_Group_August_1996_Tool_Chest.iso / Sample Code / Overview / System 7.0 Samples / Edition Manager / Read Me • EditionSample < prev    next >
Encoding:
Text File  |  1994-11-18  |  2.7 KB  |  60 lines  |  [TEXT/MPS ]

  1. Edition Sample 2.0.1 beta
  2. The contents of this folder completely replaces older EditionSample files.
  3. Adding text edition support.  ••• NOTE: This is NOT done, final design 
  4. and implementation of text editions is not here yet.  However, I've tried to put
  5. in all the stubs I think will be necessary, though since the design isn't
  6. finished some of these will be unneeded.
  7. What is in:  
  8. You can publish and subscribe text.
  9. Text edition data is saved and restored with data files.
  10. What's not in: 
  11. Handling cancel and removal of text section not in yet.
  12. Clipboard use of text sections not in yet.
  13. Debugging Text hanlding completely is not done.
  14. And of course, other clean-up and debugging was done.  However, adding text
  15. complicated some routines, these will be cleaned up in the next blast.
  16.  
  17. KNOWN Weirdness or bugs
  18. TextSections may blow up, or otherwise act stupid.
  19. Text sections can't be on the clipboard yet.
  20. All the handling of picture editions will be changed in the next version to use the
  21. same kind of structure as text sections, instead of expanding handles.  
  22. Error handling is not sensible yet.
  23.  
  24. Edition Sample 1.0.ß2 changes
  25. Added clipboard support.
  26. Began adding text support, saving and pub/sub not in yet.
  27. Cleaned up a nasty memory whack bug in CloseMyWindow.
  28. Printing is in, including printing from the Finder (via AppleEvents).
  29. NOTE:  When you print from the Finder, you may occasionally get the 'Window Dirty'
  30. alert, instead of the application just quitting after a print.  This will happen if
  31. a subscription was read when the file opened, i.e. some published data is different 
  32. from the state it was in when the window was last saved.
  33.  
  34. Edition Manager Sample  1.ß1
  35. This sample supports these basic traits....
  36. Supports multiple windows (up to 10)
  37. Minimal draw program in each window.
  38. Unlimited ('cept for mem) publish and subscribe for each window.
  39. PICT format supported in this first pass.
  40. Save and open files created here.
  41.  
  42. This sample will grow,  it will handle PICTs, TEXT, and a private
  43. edition type.  But I want to have a fully functional unit out for each
  44. pass (PICT, then PICT/TEXT, then you know) since I think it's more 
  45. important to show the functionality instead of waiting to have an app
  46. that does everything.  Time is of the essence.
  47.  
  48. Along those lines, this sample IS NOT DONE YET!
  49. There are variables and functions that don't do anything, and the logic
  50. has not been optimized, there is not enough error checking.
  51. And some functions just plain ain't done yet, so some menu items 
  52. don't do anything yet.
  53. These things will all be fixed in a later version of the sample, keep 
  54. checking AppleLink for a final version.
  55. So with all those caveats, enjoy.
  56. ••• NOTE: BalloonWriter INIT is incompatable with a lot of things, and EditionSample
  57. is one of the incompatabilities.
  58. C.K. Haun
  59. Apple DTS
  60.